From ea625f02f50d5ee07f09afa25f029c736cb5d42d Mon Sep 17 00:00:00 2001 From: "kaf24@scramble.cl.cam.ac.uk" Date: Sat, 6 Sep 2003 07:03:03 +0000 Subject: [PATCH] bitkeeper revision 1.414 (3f5986a7LYeHl8RWZhStuATrCqnWbg) Makefile: Fix tools Makefile to reference the new xenolinux version. --- tools/internal/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/internal/Makefile b/tools/internal/Makefile index e1b026b199..5ec9ca4b13 100644 --- a/tools/internal/Makefile +++ b/tools/internal/Makefile @@ -1,7 +1,7 @@ CC = gcc CFLAGS = -Wall -O3 -CFLAGS += -I../../xen/include -I../../xenolinux-2.4.21-sparse/include +CFLAGS += -I../../xen/include -I../../xenolinux-2.4.22-sparse/include HDRS = $(wildcard *.h) SRCS = $(wildcard *.c) -- 2.30.2